home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- sprite(31).member = member("Notes_Credits_RO")
- cursor(280)
- end
-
- on mouseLeave
- sprite(31).member = member("Notes_Credits")
- cursor(0)
- end
-
- on mouseUp
- pel = the moviePath & "MEDIA"
- if the platform contains "Mac" then
- Acrbat = the moviePath & "Acrobat Reader Mac 4.0:Acrobat Reader"
- open(pel & ":NOTES:CREDITS.PDF", Acrbat)
- else
- Acrbat = the moviePath & "acrobat4\Reader\AcroRd32.exe"
- open(pel & "\NOTES\CREDITS.PDF", Acrbat)
- end if
- sprite(112).visible = 0
- end
-
- on mouseDown
- sound(3).play(member("click"))
- sprite(112).visible = 1
- updateStage()
- thing()
- end
-